Package com.cisco.pt.ipc.sim
Interface DialPeer
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
DialPeerImpl
Information provided by the PKI file:
\class CDialPeer
\brief CDialPeer holds and manipulates dial peers for VOIP.
\example network().getDevice("Router0").getProcess("CMEProcess").getDialPeer(1)
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:intInformation provided by the PKI file:voidsetDestLineNumber(String lineNum) Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getDialPeerTag
int getDialPeerTag()Information provided by the PKI file:
\brief Returns the dial peer tag. \returns int, the dial peer tag.- Returns:
- int Returns a int
-
getDestLineNumber
String getDestLineNumber()Information provided by the PKI file:
\brief Returns the destination line number. \returns string, the destination line number.- Returns:
- String Returns a String
-
setDestLineNumber
Information provided by the PKI file:
\brief Sets the destination line number. \param string, the destination line number to set this dial peer to.- Parameters:
lineNum- Takes in a parameter of lineNum
-